home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap12 / dun12_1.txt next >
Encoding:
Text File  |  1997-12-18  |  373 b   |  21 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>relative positioning</TITLE>
  4. </HEAD>
  5. <STYLE TYPE="text/css">
  6. .myClass{
  7.     POSITION: relative;
  8.     COLOR: red;
  9.     FONT-SIZE: 40pt;
  10.     FONT-FAMILY: sans-serif
  11.     }
  12. </STYLE>
  13. <BODY>
  14. Some standard text before the element
  15. <DIV CLASS="myClass">
  16. hello you
  17. </DIV>
  18. Some standard text after the element
  19. </BODY>
  20. </HTML>
  21.